home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / disk / misc / JazOS3.9.lha / JAZP < prev    next >
Text File  |  2001-03-01  |  484b  |  29 lines

  1. /*$VER: JAZP 40.1 (18.2.01)
  2.  *
  3.  * This file enables PFS2 on a 1GB Jaz Disk. Created by Tim Kovack.
  4.  *
  5.  */
  6.  
  7. FileSystem    = L:PFS2
  8. Priority    = 10
  9. StackSize    = 600
  10. GlobVec        = -1
  11. Surfaces    = 5
  12. SectorsPerBlock    = 2
  13. BlocksPerTrack    = 130
  14. Reserved    = 2
  15. LowCyl        = 2
  16. HighCyl        = 3216
  17. Buffers        = 512
  18. BufMemType    = 0
  19. MaxTransfer    = 0x7FFFFFFF
  20. Mask        = 0x7FFFFFFF
  21. DosType        = 0x50465301
  22.  
  23. /* The Device and Unit field are controlled by tooltypes in the JAZP Icon.
  24.  *
  25.  * Device = scsi.device
  26.  * Unit = 5
  27.  *
  28.  */
  29.